home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI155.ASC < prev    next >
Text File  |  1992-08-12  |  6KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 155
  10.   VERSION : 3.00B
  11.        OS : PC-DOS (2.0 or greater)
  12.      DATE : March 13, 1986                               PAGE : 1/3
  13.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  14.  
  15.  
  16.  
  17.  
  18.   This patch automatically responds to the "Include Error
  19.   Messages?" prompt and proceeds to either load or exclude the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.   ERROR MESSAGES NOTE: The new version of TINST lets you designate
  24.   the path to the error messages in the event they are stored in a
  25.   directory other than the one active at the time Turbo Pascal is
  26.   loaded. Patches for three different implementations of Tur
  27.  
  28.   Use the DOS utility, DEBUG, to apply the following patch to a
  29.   copy of your original .COM file. Copy DEBUG.COM into the
  30.   directory (or onto the diskette) where your working copy of
  31.   information exactly as it appears. (Conclude each line by
  32.   pressing <Enter>
  33.  
  34.   Note:
  35.   1.   DEBUG is not sensitive to upper and lower case. All
  36.        addresses are listed in upper case for ease of  readability.
  37.  
  38.   2.   While in DEBUG, the prompt will appear as a dash (-).
  39.  
  40.   3.   If you do not receive the appropriate response,  press "q"
  41.        followed by <Return>, to quit.  Check your version numbers
  42.        and, if correct, try  again.
  43.  
  44.   TURBO.COM - "YES" - MESSAGES INCLUDED
  45.  
  46.        YOU TYPE                              THIS APPEARS
  47.  
  48.        DEBUG TURBO.COM<ENTER>                 -
  49.        e2E98                                  XXXX:2F5E E8.
  50.        0C<Space>                              C7
  51.        FF<Space>                              DB
  52.        EB<Space>                              OD
  53.        1E<Return>                             -
  54.        w                                      writing XXXX bytes
  55.        q                                      DOS prompt
  56.  
  57.  
  58.   TURBO.COM - "NO" - MESSAGES NOT INCLUDED
  59.  
  60.        YOU TYPE                             THIS APPEARS
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 155
  76.   VERSION : 3.00B
  77.        OS : PC-DOS (2.0 or greater)
  78.      DATE : March 13, 1986                               PAGE : 2/3
  79.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  80.  
  81.  
  82.  
  83.  
  84.        DEBUG TURBO.COM<ENTER>                 -
  85.        e2E98                                  XXXX:2F5E E8.
  86.        24<Space>                              C7
  87.        00<Space>                              DB
  88.        EB<Space>                              OD
  89.        1E<Return>                             -
  90.        w                                      writing XXXX bytes
  91.        q                                      DOS prompt
  92.  
  93.  
  94.   TURBO-87.COM - "YES" - MESSAGES INCLUDED
  95.  
  96.        YOU TYPE                              THIS APPEARS
  97.  
  98.        DEBUG TURBO-87.COM<ENTER>              -
  99.        e2961                                  XXXX:2961 E8.
  100.        OC<Space>                              FE
  101.        FF<Space>                              EO
  102.        EB<Space>                              OD
  103.        1E<Return>                             -
  104.        w                                      writing XXXX bytes
  105.        q                                      DOS prompt
  106.  
  107.   TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  108.  
  109.        YOU TYPE                             THIS APPEARS
  110.  
  111.        DEBUG TURBO-87.COM<ENTER>              -
  112.        e2961                                  XXXX:2961 E8.
  113.        24<Space>                              FE
  114.        00<Space>                              EO
  115.        EB<Space>                              OD
  116.        1E<Return>                             -
  117.        w                                      writing XXXX bytes
  118.        q                                      DOS prompt
  119.  
  120.  
  121.   TURBOBCD.COM - "YES" - MESSAGES INCLUDED
  122.  
  123.        YOU TYPE                              THIS APPEARS
  124.  
  125.        DEBUG TURBOBCD.COM<ENTER>              -
  126.        e2DB9                                  XXXX:2DB9 E8.
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.   PRODUCT : TURBO PASCAL                               NUMBER : 155
  142.   VERSION : 3.00B
  143.        OS : PC-DOS (2.0 or greater)
  144.      DATE : March 13, 1986                               PAGE : 3/3
  145.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  146.  
  147.  
  148.  
  149.  
  150.        OC<Space>                              A6
  151.        FF<Space>                              DC
  152.        EB<Space>                              OD
  153.        1E<Return>                             -
  154.        w                                      writing XXXX bytes
  155.        q                                      DOS prompt
  156.  
  157.  
  158.   TURBOBCD.COM  - "NO" - MESSAGES NOT INCLUDED
  159.  
  160.        YOU TYPE                              THIS APPEARS
  161.  
  162.        DEBUG TURBOBCD.COM<ENTER>              -
  163.        e2DB9                                  XXXX:2DB9 E8.
  164.        24<Space>                              A6
  165.        00<Space>                              DC
  166.        EB<Space>                              OD
  167.        1E<Return>                             -
  168.        w                                      writing XXXX bytes
  169.        q                                      DOS prompt
  170.  
  171.  
  172.   DISCLAIMER: You have the right to use this technical information
  173.   subject to the terms of the No-Nonsense License Statement that
  174.   you received with the Borland product to which this information
  175.   pertains.
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.